home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Installer.app / Contents / Resources / English.lproj / PagedInstaller.nib / classes.nib next >
Encoding:
Text File  |  2004-07-07  |  1.1 KB  |  37 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 closePackage = id; 
  6.                 openPackage = id; 
  7.                 printInstallerDocument = id; 
  8.                 quitTheApp = id; 
  9.                 showAboutBox = id; 
  10.                 showFiles = id; 
  11.                 showHelp = id; 
  12.                 showLog = id; 
  13.             }; 
  14.             CLASS = FirstResponder; 
  15.             LANGUAGE = ObjC; 
  16.             SUPERCLASS = NSObject; 
  17.         }, 
  18.         {
  19.             ACTIONS = {
  20.                 launchDiskUtility = id; 
  21.                 launchPasswordReset = id; 
  22.                 launchStartupDisk = id; 
  23.                 launchTerminal = id; 
  24.                 openPackage = id; 
  25.                 quitTheApp = id; 
  26.                 showAboutBox = id; 
  27.                 showLog = id; 
  28.             }; 
  29.             CLASS = InstallerController; 
  30.             LANGUAGE = ObjC; 
  31.             OUTLETS = {installerMenu = NSMenu; }; 
  32.             SUPERCLASS = NSObject; 
  33.         }, 
  34.         {CLASS = InstallerXApp; LANGUAGE = ObjC; SUPERCLASS = NSApplication; }
  35.     ); 
  36.     IBVersion = 1; 
  37. }